ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / RangeEndChanged Property

In This Topic
    RangeEndChanged Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.InputDateBase.OnClientRangeEndChanged client event. Occurs when the value of the RangeEnd property changes.
    Syntax
    'Declaration
     
    Public Property RangeEndChanged As String
    public string RangeEndChanged {get; set;}
    See Also